home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
utility
/
notepads
/
_SETUP.1
/
Notepads.exe
/
0
/
RCDATA
/
TFRMREGCODES
/
TFRMREGCODES.txt
Wrap
Text File
|
1999-09-08
|
2KB
|
87 lines
object frmRegCodes: TfrmRegCodes
Left = 249
Top = 248
Width = 320
Height = 145
BorderIcons = []
Caption = 'Enter Registration Codes'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblCode: TLabel
Left = 12
Top = 52
Width = 106
Height = 13
Caption = 'Registration Code:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblName: TLabel
Left = 12
Top = 20
Width = 71
Height = 13
Caption = 'Computer ID'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object btnCancel: TButton
Left = 144
Top = 84
Width = 75
Height = 25
Hint = 'Cancel registration'
Caption = 'Cancel'
TabOrder = 3
OnClick = RegistrationCancel
end
object btnFinish: TButton
Left = 228
Top = 84
Width = 75
Height = 25
Hint = 'Finish registration'
Caption = 'Finish'
TabOrder = 2
OnClick = RegistrationFinish
end
object edtName: TEdit
Left = 124
Top = 16
Width = 177
Height = 21
CharCase = ecUpperCase
Color = clSilver
ReadOnly = True
TabOrder = 0
OnKeyPress = PressEnterKey
end
object edtCode2: TEdit
Left = 124
Top = 48
Width = 177
Height = 21
CharCase = ecUpperCase
MaxLength = 12
TabOrder = 1
OnKeyPress = PressEnterKey
end
end